home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / win_utl2 / stil19u1.zip / CDD.TXT < prev    next >
Text File  |  1996-01-24  |  1KB  |  30 lines

  1. Cdd is a directory changer you may find handy when working with drag/drop.
  2.  
  3. The command
  4.     cdd path
  5. changes to the drive and directory specified by path (Dos cd does not
  6. handle drive changes).  If path is a file name, cdd will change to
  7. the directory containing the file.   For example,
  8.     cdd d:\test\myfile.txt
  9. changes to drive d:, directory test (assuming myfile.txt is a file).
  10.  
  11. You can use cdd to quickly virus check the contents of zipped files.
  12.  
  13. First, unzip files from File Manager, eg by putting the zip in a temporary
  14. directory and then double clicking on it.  (Associate .zip with
  15. a pif which runs pkunzip.exe in a window).  Then  drag/drop any file
  16. from the unzipped package onto a button which you have configured to run
  17. a virus scanner as follows.
  18.  
  19. Create a pif file containing the command c:\ut\b\checkvir.bat.
  20. The batch file checkvir.bat contains these commands:
  21.  
  22. cdd %1
  23. c:\f-prot\f-prot *.*
  24.  
  25. Assign this pif file to a Stiletto button.  Now drag/drop any file
  26. from the zipped package onto the button, and the virus checker -- f-prot
  27. -- gets run on the directory containing the file.
  28.  
  29. The files cdd.exe and cdd.txt are in the public domain.
  30.